Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure-functions-java-library from 1.4.2 to 3.0.0 #211

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps azure-functions-java-library from 1.4.2 to 3.0.0.

Release notes

Sourced from azure-functions-java-library's releases.

Release 2.8.1

Updates

Fix potential NPE Azure/azure-functions-java-worker#684

Full Changelog: Azure/azure-functions-java-worker@2.8.0...2.8.1

Release 2.8.0

New

Updates

  • update java library, core library, spi versions #673
  • update distribute agent version to 3.4.4 #681

Full Changelog: Azure/azure-functions-java-worker@2.7.0...2.8.0

Release 2.7.0

New

Release 2.6.0

New

Release 2.5.0

New

Azure Functions Java Worker 2.4.0

Highlights

What's Changed

Full Changelog: Azure/azure-functions-java-worker@2.3.1...2.4.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2022

The following labels could not be found: area/dependencies.

gastaldi and others added 28 commits January 31, 2023 14:39
This improves the error message when the DB Kind is not found.

```
Unable to find a JDBC driver corresponding to the database kind 'postgres' for the default datasource (available: 'postgresql'). Check if it's a typo, otherwise provide a suitable JDBC driver extension, define the
driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
```

Based on feedback from quarkusio#30701 (comment)
…state_store

Fix flaky test in reactive-messaging-hibernate-orm
Provide actionable warning when logging level is lower than min level
Bumps `flyway.version` from 9.12.0 to 9.14.0.

Updates `flyway-core` from 9.12.0 to 9.14.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)

Updates `flyway-sqlserver` from 9.12.0 to 9.14.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)

Updates `flyway-mysql` from 9.12.0 to 9.14.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mockito-bom](https://github.com/mockito/mockito) from 4.11.0 to 5.1.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.0...v5.1.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mongodb-crypt](https://github.com/mongodb/libmongocrypt) from 1.6.1 to 1.7.1.
- [Release notes](https://github.com/mongodb/libmongocrypt/releases)
- [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/CHANGELOG.md)
- [Commits](mongodb/libmongocrypt@1.6.1...java-1.7.1)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-crypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.5.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.5.2)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Fix case in path matching in RESTEasy Reactive where templates overshadow static matching
…28443

Revert "Pass quarkus args to dev mode gradle task"
…yway.version-9.14.0

Bump flyway.version from 9.12.0 to 9.14.0
…g.mockito-mockito-bom-5.1.1

Bump mockito-bom from 4.11.0 to 5.1.1
…ort_check

Update ForwardedParser to validate the port
…time-docs

Add Q&A about `AnalysisError\$ParsingError` with link-at-build-time
Jakarta - Upgrade to Narayana 6.0.0.CR1
Use quotes for the path to find maven basedir in mvnw
Jakarta - Adjust commit pointer for JAX-RS branch
- Switch to use Vert.x HttpClient implementation

Signed-off-by: Marc Nuri <marc@marcnuri.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Improve JDBC driver error message in Agroal processor
geoand and others added 24 commits February 7, 2023 09:33
Use SchemaType.ARRAY instead of "ARRAY" for native support
…_wrap

Introduce ConnectionFactoryWrapperBuildItem
CI - Remove deprecated set-output calls
Only run the quickstart compilation for main
Fix automatic module name of the change agent
This revision includes enabled StreamingOutput tests
This should behave similarly that when the setter is private. In this case, the field is ignored and we write a warning saying that a field is going to be ignored.

Fix quarkusio#30896
Instruct GraalVM / Mandrel to keep more accurate debug information about
source locations when generating debug info for debugging and monitoring
tools. This parameter may break compatibility with Truffle.  Affected
users should explicitly pass `-H:-TrackNodeSourcePosition` through
`quarkus.native.additional-build-args` to override it.

Closes: quarkusio#30772
Ignore interface/class without default constructs fields in SB config
Add support for JAX-RS StreamingOutput in RESTEasy Reactive
Instruct GraalVM / Mandrel >= 23.0.0 to keep more accurate debug information
Remove duplicate notification of SseBroadcaster's onErrorListeners
Keep 2.x extensions codestarts embedded in tooling and mark them legacy
Upgrade to Hibernate ORM 5.6.15.Final
Bumps [azure-functions-java-library](https://github.com/Azure/azure-functions-java-worker) from 1.4.2 to 3.0.0.
- [Release notes](https://github.com/Azure/azure-functions-java-worker/releases)
- [Commits](https://github.com/Azure/azure-functions-java-worker/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.azure.functions:azure-functions-java-library
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0 branch from 2ed5125 to 266c7ef Compare February 8, 2023 22:04
Copy link
Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #270.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-3.0.0 branch November 27, 2023 22:11
Copy link

🙈 The PR is closed and the preview is expired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.